|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.contexts.ContextActivationServiceEvent
An instance of this class describes changes to an instance of IContextActivationService
.
This class is not intended to be extended by clients.
EXPERIMENTAL
IContextActivationServiceListener.contextActivationServiceChanged(org.eclipse.ui.contexts.ContextActivationServiceEvent)
Constructor Summary | |
ContextActivationServiceEvent(IContextActivationService contextActivationService,
boolean activeContextIdsChanged)
Creates a new instance of this class. |
Method Summary | |
IContextActivationService |
getContextActivationService()
Returns the instance of the interface that changed. |
boolean |
haveActiveContextIdsChanged()
Returns whether or not the activeContextIdsChanged property changed. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContextActivationServiceEvent(IContextActivationService contextActivationService, boolean activeContextIdsChanged)
contextActivationService
- the instance of the interface that changed.activeContextIdsChanged
- true, iff the activeContextIds property changed.Method Detail |
public IContextActivationService getContextActivationService()
null
.public boolean haveActiveContextIdsChanged()
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |